home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / util / diskfile / ofiles11.sit / OpenFileSpy 1.1 Help / card_9787.txt < prev    next >
Encoding:
Text File  |  1990-12-04  |  2.6 KB  |  102 lines

  1. -- card: 9787 from stack: in.1 Help
  2. -- bmap block id: 10167
  3. -- flags: 0000
  4. -- background id: 2665
  5. -- name: Basic Design
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=195 top=173 right=189 bottom=443
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: New Button
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   push card
  23.   visual effect zoom out
  24.   go to card "app not DA"
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=58 top=205 right=220 bottom=174
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: New Button
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   push card
  44.   visual effect zoom out
  45.   go to card "Think C 4.0"
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part 3 (button)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=23 top=269 right=284 bottom=96
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: New Button
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   push card
  65.   visual effect zoom out
  66.   go to card "Contact info"
  67. end mouseUp
  68.  
  69.  
  70.  
  71. -- part 4 (button)
  72. -- low flags: 00
  73. -- high flags: 0000
  74. -- rect: left=135 top=221 right=234 bottom=159
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 1
  78. -- font id: 0
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 16
  82. -- part name: New Button
  83. ----- HyperTalk script -----
  84. on mouseUp
  85.   push card
  86.   visual effect zoom out
  87.   go to card "FCB"
  88. end mouseUp
  89.  
  90.  
  91.  
  92. -- part contents for background part 1
  93. ----- text -----
  94. Basic Design
  95.  
  96. -- part contents for background part 2
  97. ----- text -----
  98. I wanted an application to close files left open by crashing applications (one of my other projects was doing this).  See, if a file is left open by an application when it quits, the Mac won't let anyone else touch it.  The system must be rebooted in order to get access to the file again (or the file closed via devious means: OpenFileSpy).
  99.  
  100. This lead to a number of DAs.  I decided to join the fray with an application.  I also thought that just a file closer was a little boring.  I wanted to make some better use of the Think C class library.  So, I further included a detail window that will display info about the file's FCB.
  101.  
  102. If you think that this application needs anything more to make it complete, please let me know.